﻿body .ForPaddingAndBG {
    padding-bottom: 50px;
    background: #fff
}

body .ForPaddingAndBG .headingTitlePX35 {
    margin-bottom: 75px;
    color: #636464;
    font-family: 'Medium';
    font-size: 40px;
    text-align: left;
}

body .headingTitle30 {
    font-size: 30px;
    line-height: 65px;
    font-family: 'Medium';
    margin-bottom: 25px;
    color: #bd9a5f;
}

.actionsNew a:first-of-type {
    margin-right: 24px;
}

body .textBN .actionsNew a {
    min-width: 249px;
    height: 50px;
    line-height:1.5;
}

.newImageBanner {
    background-image: url(../images/imgBanner.svg) !important;
}
.careerImageBanner {
    background-image: url('/Style Library/en-us/SuppliersPortal/Images/career_en.png') !important;
}
.careerImageBanner .actionsNew a{
	min-width:320px!important;
}


.boxCertNew {
    max-width: 530px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 47px
}

.CertificationSec .boxCertNew.boxCert .CRIcon {
    margin: 0;
    padding: 0;
}

.CertificationSec .boxCertNew.boxCert .CRIcon img {
    margin-bottom: 0;
    padding-right: 24px;
    -webkit-filter: unset;
    filter: unset;
        max-width: 90px;
}

.CertificationSec .boxCertNew.boxCert .CRText p {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
}

.CertificationSec.ForPaddingAndBG .boxCert {
    height: 239px;
    padding: 48px 20px;
}

.CertificationSec .boxCertNew.boxCert:hover .CRText {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

@media(min-width:1400px) {
    .ForPaddingAndBG .row {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:1100px) {
    body .CertificationSec .headingTitlePX35 {
        margin-bottom: 25px;
    }

    body .CertificationSec {
        padding: 60px 0;
    }
}



@media(max-width:500px) {
    body .CertificationSec {
        padding: 30px 0 50px 0;
    }

    .headingTitle30 {
        font-size: 24px;
        line-height: 1.8;
    }

    body .textBN .actionsNew a {
        margin: 0 0 20px 0
    }

    .actionsNew a {
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .boxCertNew {
        margin-bottom: 10px;
    }

    .CertificationSec .headingTitlePX35 {
        font-size: 22px !important;
    }

    .CertificationSec .boxCertNew.boxCert {
        height: 180px;
        padding: 35px 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .CertificationSec .boxCertNew.boxCert .CRText p {
        font-size: 16px;
    }

    .CertificationSec .boxCertNew.boxCert .CRIcon img {
        max-width: 70px;
    }

    body .CertificationSec .headingTitlePX35 {
        padding-left: 15px;
    }

}
.CRText{
	margin-top:-33px;
}